home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / sound / emxwin40.zip / _SETUP.1 / EnigmacrossDemo.exe / 0 / RCDATA / TSCOREFORM / TSCOREFORM.txt < prev   
Text File  |  1997-04-01  |  2KB  |  107 lines

  1. object ScoreForm: TScoreForm
  2.   Left = 200
  3.   Top = 191
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Score Card'
  7.   ClientHeight = 179
  8.   ClientWidth = 330
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poDefaultPosOnly
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 208
  21.     Top = 12
  22.     Width = 113
  23.     Height = 130
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object BannerLbl: TLabel
  27.     Left = 8
  28.     Top = 86
  29.     Width = 243
  30.     Height = 27
  31.     Caption = 'CONGRATULATIONS!'
  32.     Font.Color = clNavy
  33.     Font.Height = -24
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     Transparent = True
  38.   end
  39.   object CheatLbl: TLabel
  40.     Left = 86
  41.     Top = 112
  42.     Width = 86
  43.     Height = 14
  44.     Caption = '(but you cheated)'
  45.     Font.Color = clNavy
  46.     Font.Height = -11
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     Transparent = True
  51.     Visible = False
  52.   end
  53.   object StartOverBtn: TBitBtn
  54.     Left = 88
  55.     Top = 148
  56.     Width = 75
  57.     Height = 25
  58.     Caption = '&Start Over'
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     TabOrder = 2
  65.     OnClick = StartOverBtnClick
  66.   end
  67.   object DeleteBtn: TBitBtn
  68.     Left = 168
  69.     Top = 148
  70.     Width = 75
  71.     Height = 25
  72.     Caption = '&Delete'
  73.     Enabled = False
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'Arial'
  77.     Font.Style = []
  78.     ModalResult = 3
  79.     ParentFont = False
  80.     TabOrder = 1
  81.   end
  82.   object CancelBtn: TBitBtn
  83.     Left = 248
  84.     Top = 148
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&Cancel'
  88.     Font.Color = clBlack
  89.     Font.Height = -11
  90.     Font.Name = 'Arial'
  91.     Font.Style = []
  92.     ModalResult = 2
  93.     ParentFont = False
  94.     TabOrder = 0
  95.   end
  96.   object ShowErrsBtn: TBitBtn
  97.     Left = 8
  98.     Top = 148
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'Show &Errors'
  102.     Enabled = False
  103.     ModalResult = 6
  104.     TabOrder = 3
  105.   end
  106. end
  107.